Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.publisher.contrib--tree

This contribution is part of XML component org.nuxeo.ecm.platform.publisher.contrib inside nuxeo-platform-publisher-core-9.10.jar /OSGI-INF/publisher-contrib.xml

Documentation

Default PublicationTrees available to use.

- CoreTree: tree to use when publishing on local sections

- RootSectionsCoreTree: tree to use when publishing on local sections but using the information stored in the Workspace to get the sections where a publication is allowed

Extension Point

Extension point tree of component PublisherServiceImpl.

Contributed Items

  • <publicationTree class="org.nuxeo.ecm.platform.publisher.impl.core.SectionPublicationTree" name="CoreTree"/>
  • <publicationTree class="org.nuxeo.ecm.platform.publisher.impl.core.RootSectionsPublicationTree" name="RootSectionsCoreTree"/>

XML Source

<extension point="tree" target="org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl">

    <documentation>
      Default PublicationTrees available to use.

      - CoreTree: tree to use when publishing on local sections

      - RootSectionsCoreTree: tree to use when publishing on local sections but
      using the information stored in the Workspace to get the sections where
      a publication is allowed

      @author Thomas Roger(troger@nuxeo.com)
    </documentation>

    <publicationTree class="org.nuxeo.ecm.platform.publisher.impl.core.SectionPublicationTree" name="CoreTree"/>
    <publicationTree class="org.nuxeo.ecm.platform.publisher.impl.core.RootSectionsPublicationTree" name="RootSectionsCoreTree"/>

  </extension>